home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / q30si503.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  10.5 KB  |  315 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "QMS ColorScript 100" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *% Date: 10/3/91
  5. *FormatVersion: "3.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8.  
  9. *Product: "(QMS ColorScript 100)"
  10. *PSVersion: "(50.3) 2"
  11. *NickName: "QMS ColorScript 100 Mod 30si"
  12.  
  13. *% ADORequiresEExec added by Microsoft
  14. *ADORequiresEExec: True
  15.  
  16. *% General Information and Defaults ===============
  17. *LanguageLevel: "1"
  18. *FreeVM: "8665770"
  19. *ColorDevice: True
  20. *VariablePaperSize: False
  21. *FileSystem: True
  22. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  23. *Throughput: "1"
  24. *Password: "0"
  25. *ExitServer: "
  26.   count 0 eq {  % is the password on the stack?
  27.     true 
  28.   }{
  29.     dup    % potential password
  30.     statusdict begin checkpassword end not 
  31.   } ifelse 
  32.   {  %  if no password or not valid 
  33.     (WARNING : Cannot perform the exitserver command.) = 
  34.     (Password supplied is not valid.) = 
  35.     (Please contact the author of this software.) = flush
  36.     quit 
  37.   } if 
  38.   serverdict begin exitserver
  39. "
  40. *End
  41.  
  42. *Reset: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not 
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot reset printer.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit 
  54.   } if 
  55.   serverdict begin exitserver
  56.   systemdict /quit get exec
  57.   (WARNING : Printer Reset Failed.) = flush
  58. "
  59. *End
  60.  
  61. *DefaultResolution: 300dpi
  62. *?Resolution: "
  63. save
  64.   initgraphics
  65.   0 0 moveto currentpoint matrix defaultmatrix transform
  66.   0 72 lineto currentpoint matrix defaultmatrix transform
  67.   3 -1 roll sub dup mul
  68.   3 1 roll exch sub dup mul
  69.   add sqrt round cvi
  70.   (          ) cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74.  
  75. *% Halftone Information ===============
  76. *ScreenFreq: "53.0"
  77. *ScreenAngle: "45.0"
  78. *DefaultScreenProc: Dot
  79. *ScreenProc Dot: "
  80. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs 
  81. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul 
  82. exch dup mul add 1 exch sub }ifelse }exec }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91. *Transfer Normalized: "{ }"
  92. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  93.  
  94. *% Paper Handling ===================
  95.  
  96. *% Use these entries to set paper size most of the time, unless there is
  97. *% specific reason to use PageRegion or PaperTray.
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict begin lettertray end"
  100. *PageSize Tabloid: "statusdict begin 11x17tray end"
  101. *PageSize A3: "statusdict begin a3tray end"
  102. *PageSize A4: "statusdict begin a4tray end"
  103. *PageSize Super: "/super where {pop super}{statusdict begin 11x17 end} ifelse"
  104. *?PageSize: "
  105.  save statusdict begin
  106.   [(Letter)(Tabloid)(A3)(A4)(Super)] pagetype dup 1 gt{pop 1}if get = flush
  107.  end restore
  108. "
  109. *End
  110.  
  111. *% These entries will set up the frame buffer. Usually used with manual feed.
  112. *DefaultPageRegion: Letter
  113. *PageRegion Letter: "letter"
  114. *PageRegion Tabloid: "11x17"
  115. *PageRegion A3: "a3"
  116. *PageRegion A4: "a4"
  117. *PageRegion Super: "super"
  118.  
  119. *%---------------------------------------------------------------------------
  120. *% *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  121. *% *% These errors should be trapped by software and a message displayed
  122. *% *DefaultPaperTray: None
  123. *% *PaperTray Letter: "statusdict begin lettertray end"
  124. *% *PaperTray Tabloid: "statusdict begin 11x17tray end"
  125. *% *PaperTray A3: "statusdict begin a3tray end"
  126. *% *PaperTray A4: "statusdict begin a4tray end"
  127. *% *PaperTray Super: "/super where {pop super}{statusdict begin 11x17 end} ifelse"
  128. *% *?PaperTray: None
  129. *%---------------------------------------------------------------------------
  130.  
  131. *% The following entries provide information about specific paper keywords.
  132. *DefaultImageableArea: Letter
  133. *ImageableArea Letter: "18 90 594 738 "
  134. *ImageableArea Tabloid: "12 90 780 1164 "
  135. *ImageableArea A3: "18 90 828 1131 "
  136. *ImageableArea A4: "18 90 578 824 "
  137. *ImageableArea Super: "14 90 828 1328"
  138. *?ImageableArea: "
  139.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  140.   newpath clippath pathbbox
  141.   4 -2 roll exch 2 {ceiling cvp} repeat
  142.   exch 2 {floor cvp} repeat flush
  143.  restore
  144. "
  145. *End
  146.  
  147. *% These provide the physical dimensions of the paper (by keyword)
  148. *DefaultPaperDimension: Letter
  149. *PaperDimension Letter: "612 792"
  150. *PaperDimension Tabloid: "792 1224"
  151. *PaperDimension A3: "842 1190"
  152. *PaperDimension A4: "595 842"
  153. *PaperDimension Super: "846 1390"
  154.  
  155. *DefaultOutputBin: Upper
  156. *DefaultInputSlot: None
  157.  
  158. *DefaultManualFeed: False
  159. *?ManualFeed: "
  160.   statusdict /manualfeed get
  161.   {(True)}{(False)}ifelse = flush"
  162. *End
  163. *ManualFeed True: "statusdict begin /manualfeed true store end"
  164. *ManualFeed False: "statusdict begin /manualfeed false store end"
  165.  
  166. *DefaultOutputOrder: Normal
  167. *OutputOrder Normal: ""
  168. *OutputOrder Reverse: ""
  169.  
  170. *DefaultCollator: None
  171. *DefaultSorter: None
  172. *DefaultDuplex: None
  173.  
  174. *% Font Information =====================
  175.  
  176. *DefaultFont: Courier
  177. *Font AvantGarde-Book: Standard "(001.002)"
  178. *Font AvantGarde-BookOblique: Standard "(001.002)"
  179. *Font AvantGarde-Demi: Standard "(001.003)"
  180. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  181. *Font Bookman-Demi: Standard "(001.001)"
  182. *Font Bookman-DemiItalic: Standard "(001.001)"
  183. *Font Bookman-Light: Standard "(001.001)"
  184. *Font Bookman-LightItalic: Standard "(001.001)"
  185. *Font Courier: Standard "(001.004)"
  186. *Font Courier-Bold: Standard "(001.004)"
  187. *Font Courier-BoldOblique: Standard "(001.004)"
  188. *Font Courier-Oblique: Standard "(001.004)"
  189. *Font Helvetica: Standard "(001.002)"
  190. *Font Helvetica-Bold: Standard "(001.002)"
  191. *Font Helvetica-BoldOblique: Standard "(001.002)"
  192. *Font Helvetica-Condensed: Standard "(001.001)"
  193. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  194. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  195. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  196. *Font Helvetica-Oblique: Standard "(001.002)"
  197. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  198. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  199. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  200. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  201. *Font Palatino-Bold: Standard "(001.002)"
  202. *Font Palatino-BoldItalic: Standard "(001.002)"
  203. *Font Palatino-Italic: Standard "(001.002)"
  204. *Font Palatino-Roman: Standard "(001.001)"
  205. *Font Symbol: Special "(001.003)"
  206. *Font Times-Bold: Standard "(001.002)"
  207. *Font Times-BoldItalic: Standard "(001.004)"
  208. *Font Times-Italic: Standard "(001.002)"
  209. *Font Times-Roman: Standard "(001.002)"
  210. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  211. *Font ZapfDingbats: Special "(001.002)"
  212. *?FontQuery: "
  213. save  4 dict begin /sv exch def
  214. /str (fonts/                              ) def
  215. /st2 128 string def
  216. {
  217.   count 0 gt {
  218.     dup st2 cvs (/) print print (:) print
  219.     dup FontDirectory exch known {pop (Yes)}{
  220.      str exch st2 cvs dup length /len exch def
  221.      6 exch putinterval str 0 len 6 add getinterval mark exch
  222.      { } st2 filenameforall counttomark 0 gt {
  223.       cleartomark (Yes)}{cleartomark (No)}ifelse
  224.     }ifelse = flush
  225.   }{ exit } ifelse
  226. } bind loop
  227. (*) = flush
  228. sv end restore
  229. "
  230. *End
  231.  
  232. *?FontList: "
  233. save  2 dict begin /sv exch def
  234. /str 128 string def
  235. FontDirectory { pop == } bind forall flush
  236. /filenameforall where { 
  237.  pop save (fonts/*) { 
  238.   dup length 6 sub 6 exch getinterval cvn == 
  239.  } bind str filenameforall flush restore
  240. } if 
  241. (*) = flush
  242. sv end restore
  243. "
  244. *End
  245.  
  246. *% Printer Messages (verbatim from printer):
  247. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  248. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  249. *Message: "\FontName\ not found, using Courier"
  250.  
  251. *% Status (format: %%[ status: <one of these> ]%% )
  252. *Status: "idle"
  253. *Status: "busy"
  254. *Status: "waiting"
  255. *Status: "printing"
  256. *Status: "warming up"
  257. *Status: "PrinterError: end of ribbon"
  258. *Status: "PrinterError: out of paper"
  259. *Status: "PrinterError: printer fault"
  260. *Status: "PrinterError: printer offline"
  261.  
  262. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  263. *Source: "serial9"
  264. *Source: "serial25"
  265. *Source: "AppleTalk"
  266. *Source: "Centronics"
  267.  
  268. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  269. *PrinterError: "end of ribbon"
  270. *PrinterError: "out of paper"
  271. *PrinterError: "printer fault"
  272. *PrinterError: "printer offline"
  273.  
  274. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  275.  
  276. *% Color Separation Information =====================
  277.  
  278. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  279.  
  280. *InkName: ProcessBlack/Process Black
  281. *InkName: CustomColor/Custom Color
  282. *InkName: ProcessCyan/Process Cyan
  283. *InkName: ProcessMagenta/Process Magenta
  284. *InkName: ProcessYellow/Process Yellow
  285.  
  286. *%  For 60 lpi / 300 dpi  ===============================
  287.  
  288. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  289. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  290. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  291. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  292. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  293.  
  294. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  295. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  296. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  297. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  298. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  299.  
  300. *%  For 53 lpi / 300 dpi  ===============================
  301.  
  302. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  303. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  304. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  305. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  306. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  307.  
  308. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  309. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  310. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  311. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  312. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  313.  
  314. *% end of PPD file for QMS ColorScript 100
  315.